home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet Server 1.0 / network.h < prev    next >
Encoding:
Text File  |  1996-01-14  |  219 b   |  10 lines  |  [TEXT/KAHL]

  1. /*
  2. Copyright © 1994 Mikhail Fridberg. Part of this code is copyrighted by Steve Falkenburg
  3.  
  4. Telnet-based talk server/client
  5. */
  6.  
  7. OSErr InitNetwork(void);
  8. void CloseNetwork(void);
  9. void ProcessConnection(MyQElemPtr iopb);
  10.